projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e48807d
)
(font-lock-verbose): Use `other' widget type.
author
Andreas Schwab
<schwab@suse.de>
Wed, 24 Jun 1998 09:09:56 +0000
(09:09 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Wed, 24 Jun 1998 09:09:56 +0000
(09:09 +0000)
lisp/font-lock.el
patch
|
blob
|
history
diff --git
a/lisp/font-lock.el
b/lisp/font-lock.el
index 4db863c2af054c51be310b245073647cfc4547f7..9ff63c6c18b70229deea4fabc7223b82d2eceee0 100644
(file)
--- a/
lisp/font-lock.el
+++ b/
lisp/font-lock.el
@@
-287,8
+287,8
@@
decoration for buffers in C++ mode, and level 1 decoration otherwise."
"*If non-nil, means show status messages for buffer fontification.
If a number, only buffers greater than this size have fontification messages."
:type '(choice (const :tag "never" nil)
- (
const :tag "always" t
)
- (
integer :tag "size"
))
+ (
integer :tag "size"
)
+ (
other :tag "always" t
))
:group 'font-lock)
\f
;; Fontification variables: